From: Richard M. Stallman Date: Tue, 4 Jun 1996 16:37:27 +0000 (+0000) Subject: (he-file-name-chars): Check windows-nt, not ms-windows. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~83741 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8a5a6d3e6dc8279b42f3a04d5bab840e9106937d;p=emacs.git (he-file-name-chars): Check windows-nt, not ms-windows. --- diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 4b16c719371..bb59ac68382 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -445,7 +445,7 @@ otherwise." (defvar he-file-name-chars (cond ((memq system-type '(vax-vms axp-vms)) "-a-zA-Z0-9_/.,~^#$+=:\\[\\]") - ((memq system-type '(ms-dos ms-windows)) + ((memq system-type '(ms-dos windows-nt)) "-a-zA-Z0-9_/.,~^#$+=:\\\\") (t ;; More strange file formats ? "-a-zA-Z0-9_/.,~^#$+="))